Skip to content

Update details of polymorphization working group#342

Merged
Mark-Simulacrum merged 1 commit into
rust-lang:masterfrom
davidtwco:update-polymorphization-wg
Aug 10, 2020
Merged

Update details of polymorphization working group#342
Mark-Simulacrum merged 1 commit into
rust-lang:masterfrom
davidtwco:update-polymorphization-wg

Conversation

@davidtwco
Copy link
Copy Markdown
Member

This PR updates the details of the polymorphization working group now that my master's project has finished.

Merge alongside rust-lang/team#398.

Signed-off-by: David Wood <david@davidtw.co>
@lcnr
Copy link
Copy Markdown
Contributor

lcnr commented Aug 5, 2020

Isn't this step already implemented now 😆

@davidtwco
Copy link
Copy Markdown
Member Author

  • Initially, implement an analysis to detect when type parameters are unused in functions, closures
    and methods; and integrate this analysis into the monomorphization infrastructure so that less
    copies of functions are redundantly made (this addresses rust-lang/rust#46477).

Isn't this step already implemented now laughing

I guess it's technically implemented, but given that we've not enabled it yet, I've left this in.

@Mark-Simulacrum Mark-Simulacrum merged commit c59dbd1 into rust-lang:master Aug 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants